![]() | Clear | ClipboardSetText | ![]() |
Syntax: @ClipboardGetText string
The ClipboardGetText command will copy the current contents of the Windows clipboard to the named text string. The string can be a string variable or string array element.
Example
@ClipboardGetText StrVar[2]
puts the current clipboard text into the array StrVar[2]